home *** CD-ROM | disk | FTP | other *** search
- object SecondForm: TSecondForm
- Left = 349
- Top = 207
- BorderStyle = bsDialog
- Caption = 'A Second Form'
- ClientHeight = 149
- ClientWidth = 262
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 18
- Top = 54
- Width = 225
- Height = 24
- Caption = 'This is the second form.'
- Font.Color = clMaroon
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
-